home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 13
/
AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso
/
rexx
/
wakeplayer.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-03-03
|
854b
|
24 lines
/* Menus & More Wakeup Script for use with ARexx */
/* */
/* $VER: WakePlayer.rexx 1.00 (03.03.96) by Axel Sodtalbers */
/* */
/* PURPOSE: Bring MMPlayer in sight again after */
/* the command 'Sleep' (or 'Iconify') */
/* has been sent to it's ARexx port... */
/* */
/* 1.00 (03.03.96) first release */
/* */
/* */
/* */
OPTIONS RESULTS
IF SHOW('P', 'MMPlayer') THEN
ADDRESS "MMPlayer"
'Wake'
exit